How to center a column horizontally and vertically with the help of bootstrap classes?
Center a column Horizontally and Vertically
322
28-Jul-2021
Anonymous User
29-Jul-2021To align a line to the center you can use the flexbox property through which you can center a line easily. But the grid system is already centered, you don't need to align it to the center
Let us understand with the help of an example:
Output :
Hope this will help you to understand the logic behind it:Happy Coding!